WebOrder-v1.3 Schema
Payment Complex Type
WebOrder-v1.3 Schema : Payment Complex Type
Namespace urn:xmlns:nedfox-retaillink-com:WebOrder
Diagram
Reference Element DateTime Element Value Element Type Element All Payment Complex Type
Overview
All
Value xs:decimal
DateTime xs:dateTime
Reference optional
Used By
Payment Element
Source
<xs:complexType name="Payment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Type" minOccurs="1" maxOccurs="1" />
    <xs:element name="Value" type="xs:decimal" minOccurs="1" maxOccurs="1" />
    <xs:element name="DateTime" type="xs:dateTime" minOccurs="1" maxOccurs="1" />
    <xs:element name="Reference" minOccurs="0" maxOccurs="1" />
  </xs:all>
</xs:complexType>
See Also
WebOrder-v1.3 Schema